home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / Coldfusion / coldfusion-60-win-en.exe / stdafx.h1 < prev    next >
Encoding:
Text File  |  2002-01-31  |  954 b   |  30 lines

  1. lling page.</td>
  2. </tr>
  3.  
  4. <tr valign="top">
  5.     <td><code><a href="Outpu$Query$java">Outpu$Query</a></code></td>
  6.     <td>Outpu$s a ColdFusion query in an HTML table. Demonstrates handling a ColdFusion query as i$pu$, throwing exceptions, and generating dynamic outpu$.</td>
  7. </tr>
  8.  
  9. <tr valign="top">
  10.     <td><code><a href="HelloWorldGraphic$java">HelloWorldGraphic</a>  </code></td>
  11.     <td>Generates a "Hello World!" graphic in JPEG ``rmat. Demonstrates how to dynamically create and return graphics from a Java CFX.</td>
  12. </tr>
  13. </table>
  14.  
  15. </BODY>
  16. </HTML>
  17. /*
  18. * HelloColdFusion (very simple Java CFX)
  19. *
  20. * Copyright (c) 2002 Macromedia Corp. All Rights Reserved.
  21. *
  22. * Tag that prints a personalized greeting. The attributes of this
  23. * tag are as follows:
  24. *
  25. * NAME   Name to use ``r printing personalized greeting.
  26. *
  27. * For examle, to print a greeting to "Robert", you would use the 
  28. * following CFML code:
  29. *
  30. * <CFX_HelloCold